From: Chong Yidong Date: Mon, 23 Feb 2009 17:41:38 +0000 (+0000) Subject: (Control Structures): Add cindex entry for "textual order". X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1593 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a73082674f08e2142b1d18f2a51e47665eb58455;p=emacs.git (Control Structures): Add cindex entry for "textual order". --- diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index 97e892b1c24..41f844b4e21 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi @@ -15,6 +15,7 @@ We control the order of execution of these forms by enclosing them in control when, whether, or how many times to execute the forms they contain. +@cindex textual order The simplest order of execution is sequential execution: first form @var{a}, then form @var{b}, and so on. This is what happens when you write several forms in succession in the body of a function, or at top